knitr::opts_chunk$set(echo = TRUE)
library("tidyverse") library("rsconnect") library("shiny")
source(file = "R/load_functions.R")
dna = random_dna(size = 30) codons = mk_codons(dna = dna) aa = dna_codons_to_aa(codons = codons) peptide_weight(aa_string = aa) aa_statistics(aa_string = aa)
rsconnect::deployApp() #This should be the website https://www.2021-group-8.shinyapps.io/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.